home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13564 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: shelly.inter.net.il!usenet
  2. From: Kardash Anatoly <anatoly@missinglink.co.il>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Insure++ vs. Purify
  5. Date: Tue, 26 Mar 1996 17:05:41 -0800
  6. Organization: Common Link
  7. Message-ID: <31589465.15FB@missinglink.co.il>
  8. References: <DoItt9.G5M@mv.mv.com>
  9. NNTP-Posting-Host: gandalf.missinglink.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; IRIX 5.3 IP22)
  14.  
  15. Sergei Sokolov wrote:
  16. > Hi folks,
  17. > my company is contemplating buying a memory debugging tool, and the choice
  18. > came down to Insure++ vs. Purify. I did an evaluation of both, and came to
  19. > like Insure++ better, even though Purify seems to be a bit easier to use.
  20. > I would like to hear (comparative) opinions on both tools.
  21. > Don't forget to e-mail me your post. I do not read news very often, and thus
  22. > may miss some valuable replies.
  23. > Thanks in advance.
  24. > Sergei Sokolov
  25. > ASC, Inc.
  26. > sokolov@ascinc.com
  27.  
  28. Well, I also did an evaluation of both of them (about 2 years ago though).
  29. My evaluation process included Sentinel (AIB's product) also. My opinion
  30. was: if you have to debug some separate algorithm or lightweight program,
  31. then Insure++ is almost ideal; but when you are coming into real world
  32. with really big programs performing a lot of memory operations and
  33. consisting of a lot of source code, then you get terrible perfomance using
  34. the Insure++. E.g. our main process compiled with Insure++ was starting up
  35. a couple of hours. The second place is taken by Purify. It works much
  36. faster but gives you significantly less functionality. But the weakness of
  37. the Purify (and Insure++ also) is a limited set of supported platfoms. The
  38. 3rd product (Sentinel) is slightly worse then Purify but it supports a lot
  39. of UNIXes. Again: I did this 2 years ago - remember that everything changes;
  40. what I do know is that all of these products still exist. And one thing more:
  41. all this is my own opinion, nothing more.
  42.  
  43. Best regards,
  44.  
  45. -- 
  46. Anatoly Kardash
  47. Missing Link Ltd.
  48. Ha-Bonim str. 11, Ramat-Gan, Israel
  49. phone: 972-3-6133160
  50. fax:   972-3-6133161
  51. email: anatoly@missinglink.co.il
  52.